From: Chad Horohoe Date: Wed, 8 Sep 2010 10:41:13 +0000 (+0000) Subject: (bug 25087) Fix fatal in CategoryPage X-Git-Tag: 1.31.0-rc.0~35097 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=e92035acf8af6fd160c170ff2335c4324c66ff91;p=lhc%2Fweb%2Fwiklou.git (bug 25087) Fix fatal in CategoryPage --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 020e8351c1..e948ce9aa1 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -169,7 +169,8 @@ class CategoryViewer { array( 'known', 'noclasses' ) ); - $this->children_start_char[] = $this->getSubcategorySortChar( $title, $sortkey ); + $this->children_start_char[] = + $this->getSubcategorySortChar( $cat->getTitle(), $sortkey ); } /**